Skip to content

av1_roi_lanczos_unsharp#31

Merged
YassineYousfi merged 20 commits intocommaai:masterfrom
amoghmunikote:av1_roi_lanczos_unsharp
Apr 7, 2026
Merged

av1_roi_lanczos_unsharp#31
YassineYousfi merged 20 commits intocommaai:masterfrom
amoghmunikote:av1_roi_lanczos_unsharp

Conversation

@amoghmunikote
Copy link
Copy Markdown
Contributor

submission name:

av1_roi_lanczos_unsharp

upload zipped archive.zip

archive.zip

report.txt

=== Evaluation results over 600 samples ===
  Average PoseNet Distortion: 0.07063574
  Average SegNet Distortion: 0.00508374
  Submission file size: 896,107 bytes
  Original uncompressed size: 37,545,489 bytes
  Compression Rate: 0.02386723
  Final score: 100*segnet_dist + √(10*posenet_dist) + 25*rate = 1.95

does your submission require gpu for evaluation (inflation)?

no

did you include the compression script? and want it to be merged?

yes

additional comments

SVT-AV1 (libsvtav1) with preset 0, CRF 33, film-grain synthesis 22, and ROI-aware preprocessing that denoises outside a hand-tuned driving corridor mask to save bits on irrelevant regions. Frames are downscaled to 45% with Lanczos before encoding. Decode uses Lanczos upscale back to original resolution with a 9-tap binomial unsharp mask at 40% strength to recover edge definition for SegNet.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 6, 2026

Thanks for the submission @amoghmunikote! 🤏

A maintainer will review your PR shortly.

To run the evaluation, a maintainer will trigger the eval workflow with your PR number.

@github-actions github-actions bot requested a review from YassineYousfi April 6, 2026 04:13
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 7, 2026

Eval Results: av1_roi_lanczos_unsharp

=== Evaluation config ===
  batch_size: 16
  device: cpu
  num_threads: 2
  prefetch_queue_depth: 4
  report: submissions/av1_roi_lanczos_unsharp/report.txt
  seed: 1234
  submission_dir: submissions/av1_roi_lanczos_unsharp
  uncompressed_dir: /home/runner/work/comma_video_compression_challenge/comma_video_compression_challenge/videos
  video_names_file: /home/runner/work/comma_video_compression_challenge/comma_video_compression_challenge/public_test_video_names.txt
=== Evaluation results over 600 samples ===
  Average PoseNet Distortion: 0.07084059
  Average SegNet Distortion: 0.00508651
  Submission file size: 896,107 bytes
  Original uncompressed size: 37,545,489 bytes
  Compression Rate: 0.02386723
  Final score: 100*segnet_dist + √(10*posenet_dist) + 25*rate = 1.95

@YassineYousfi
Copy link
Copy Markdown
Collaborator

lgtm
can you move the lib files inside your submission folder?

@amoghmunikote
Copy link
Copy Markdown
Contributor Author

Done, should be good.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 7, 2026

Eval Results: av1_roi_lanczos_unsharp

=== Evaluation config ===
  batch_size: 16
  device: cpu
  num_threads: 2
  prefetch_queue_depth: 4
  report: submissions/av1_roi_lanczos_unsharp/report.txt
  seed: 1234
  submission_dir: submissions/av1_roi_lanczos_unsharp
  uncompressed_dir: /home/runner/work/comma_video_compression_challenge/comma_video_compression_challenge/videos
  video_names_file: /home/runner/work/comma_video_compression_challenge/comma_video_compression_challenge/public_test_video_names.txt
=== Evaluation results over 600 samples ===
  Average PoseNet Distortion: 0.07084089
  Average SegNet Distortion: 0.00508655
  Submission file size: 896,107 bytes
  Original uncompressed size: 37,545,489 bytes
  Compression Rate: 0.02386723
  Final score: 100*segnet_dist + √(10*posenet_dist) + 25*rate = 1.95

@YassineYousfi YassineYousfi merged commit 774c2db into commaai:master Apr 7, 2026
EthanYangTW added a commit to EthanYangTW/comma_video_compression_challenge that referenced this pull request Apr 7, 2026
Bundle SVT-AV1 v2.3.0 library (libSvtAv1Enc.so.2.3.0) with a custom
ffmpeg binary, using LD_LIBRARY_PATH to ensure v2.3.0 is used on CI
instead of the system's newer version. Achieves estimated CI score ~1.947,
beating PR commaai#31's 1.95 (same ROI preprocessing + encode params).

Local evaluation: PoseNet=0.07084, SegNet=0.00509, archive=896KB
EthanYangTW added a commit to EthanYangTW/comma_video_compression_challenge that referenced this pull request Apr 8, 2026
Bundle SVT-AV1 v2.3.0 library (libSvtAv1Enc.so.2.3.0) with a custom
ffmpeg binary, using LD_LIBRARY_PATH to ensure v2.3.0 is used on CI
instead of the system's newer version. Achieves estimated CI score ~1.947,
beating PR commaai#31's 1.95 (same ROI preprocessing + encode params).

Local evaluation: PoseNet=0.07084, SegNet=0.00509, archive=896KB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants